home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1995 August / PC Plus Super CD (Issue 106) (PCP106) (August 1995).iso / pcplus / handson / helpscn / share61e / lower2up.cas < prev    next >
Encoding:
Text File  |  1994-12-16  |  2.6 KB  |  58 lines

  1. REM <ASCII-PRO> SAMPLE FILE                                   K. Hell (c) 1995
  2. REM "SEARCH and REPLACE with LIST"
  3. REM This SAMPLE LIST transformes LOWER CASE to UPPER CASE with many OPTIONS!
  4. REM     HINT: CHOOSE 'Do NOT match UPPER and lower case' for this procedure.
  5. REM                   Handles also GERMAN "UMLAUTE"!
  6. Ae                                      Ä
  7. Ue                                      Ü
  8. Oe                                      Ö
  9. ae                                      Ä
  10. Ä                                       Ä
  11. REM Searching + replacing EQUAL signs avoids transformation of this sign!
  12. ª                                       ª
  13. eue                                     EUE
  14. REM Avoids that "neue" is changed into "NEÜ" !
  15. ue                                      Ü
  16. oe                                      Ö
  17. ä                                       Ä
  18. ü                                       Ü
  19. ö                                       Ö
  20. a                                       A
  21. b                                       B
  22. c                                       C
  23. d                                       D
  24. e                                       E
  25. f                                       F
  26. g                                       G
  27. h                                       H
  28. i                                       I
  29. j                                       J
  30. k                                       K
  31. l                                       L
  32. m                                       M
  33. n                                       N
  34. o                                       O
  35. p                                       P
  36. q                                       Q
  37. r                                       R
  38. s                                       S
  39. t                                       T
  40. u                                       U
  41. v                                       V
  42. w                                       W
  43. x                                       X
  44. y                                       Y
  45. z                                       Z
  46. ß                                       SS
  47. é                                       É
  48. á                                       A
  49. à                                       A
  50. è                                       E
  51. æ                                       Æ
  52. â                                       A
  53. å                                       Å
  54. REM         You can add further transformations [e.g.for ò,ÿ,ç,ê, etc.] 
  55. REM     The function "LOWER to UPPER CASE" within <ASCII-CODE> will handle
  56. REM              normal CASE transformations automatically!
  57. REM         For more details please consult the file >SEARCH.DOC<.
  58.